Voyager: Adds Order to AI Conversations and Connects Prompt Library to DeepSeek Harness
Voyager is an open-source browser extension (GPL-3.0) maintained by Nagi-ovo. It enhances the conversation order of Gemini, AI Studio, Claude and ChatGPT, and links the same prompt library to the DeepSeek Harness webpage (default: localhost:3080). The community directory has classified it into the "Conversations & Messaging" collection. This article verifies the functional boundaries, installation commands and DSH docking steps based on the directory page and repository documentation.
Read MoreUsing dsh-read-image to enable plain-text DeepSeek Harness models to read images
### 翻译版本1(正式技术文档风格,符合开源项目译法惯例): `dsh-read-image` is a session and messaging DeepSeek Harness plugin maintained by OoWJZZoO, licensed under MIT. It prevents plaintext routing from intercepting pasted images by projecting pixels into `[Image #N]`, then reads them back via the configurable vision-model-backed `read_image` tool, with no preset modifications required. This article verifies the installation commands, configuration items, usage methods and self-check boundaries against the community directory page and GitHub README. --- ### 翻译版本2(更贴合国内开源社区常见译法,口语化稍弱): The `dsh-read-image` is a DeepSeek Harness plugin for sessions and messages, maintained by OoWJZZoO and released under the MIT license. This plugin stops plaintext routing from blocking pasted images, by converting image pixels into the format `[Image #N]`, then retrieving the image content through the `read_image` tool powered by configurable vision models — all without needing to edit any presets. This paper checks the installation commands, configuration options, usage guidelines and self-test boundaries against the community directory page and GitHub README.
Read MoreUsing dsh-file-claim to provide file claiming and protection for parallel DSH sessions
`dsh-file-claim` is a DeepSeek Harness session and message plugin maintained by Nwflower, which provides file claiming and protection for concurrent sessions sharing the same workspace. Sessions must claim files before writing to them, and heartbeats can take over inactive occupied files. Conflicting changes are sent to an asynchronous merge queue based on git three-way merge, preventing parallel sessions from overwriting each other. This article verifies the installation commands according to the directory page, and explains the collaborative guardrails and the MIT license.
Read MoreDiagnose GitHub Actions Failures Before Opening Logs with dsh-ci-doctor
### 译文1(正式学术/技术文档译法): `dsh-ci-doctor` is a DeepSeek Harness community plugin maintained by jkrandom-sudo. It uses `ci_watch` to monitor newly failed GitHub Actions runs, and `ci_diagnose` to aggregate raw logs into diagnostic cards with normalized signatures, failure categories and suspected files. This article verifies the installation commands, read-only contract and configuration items based on the directory page, GitHub README and npm registry. --- ### 译文2(更贴合开源社区常用表述的口语化译法): `dsh-ci-doctor` is a community plugin for DeepSeek Harness built by jkrandom-sudo. It leverages `ci_watch` to track new failed GitHub Actions jobs, and `ci_diagnose` to pack raw logs into diagnostic cards that come with normalized signatures, failure classifications and suspicious files involved. This piece goes through checking the installation commands, read-only covenant and configuration settings via the directory page, GitHub README and npm.
Read More# Add a Sidebar Chat with Transferable Results to DeepSeek Harness Main Session via dsh-side-chat
`dsh-side-chat` is a DeepSeek Harness web session plugin maintained by heartmove (MIT, TypeScript, version 0.2.0). It provides independent chats isolated by main sessions on the right sidebar, inheriting the toolset, models and permissions. Users can select text to ask questions, and replies can be brought back to the draft/expanded prompt line in original text or summarized form; when a question pop-up appears in the main session, users can also conduct analysis on the sidebar first before replying. The directory installation command is `dsh plugin add github:heartmove/dsh-side-chat`. The plugin runs with the permissions of the current dsh process, and the source code and license should be verified before installation.
Read MoreAnonymized Export of DeepSeek Harness Session Telemetry with dsh-telemetry-redactor
dsh-telemetry-redactor is a community DSH plugin maintained by 030611. It is attached to the official session-telemetry/record component, sends copies of data externally to perform credential desensitization, and does not modify the standardized session logs. This article verifies the installation command, desensitization scope, meaning of fail-closed and known boundaries by referring to the directory page, GitHub repository and official telemetry documentation.
Read MoreInstall a task watchdog for DeepSeek Harness with dsh-stall-guard
DSH-Stall-Guard is a DeepSeek Harness task watchdog plugin maintained by akira399. It tracks the last activity and in-flight operations of each session, and only injects引导 messages in the order of "troubleshooting → repair → redirect direction" during true silence when the session is running, has no events and no in-flight calls, and will never terminate ongoing tasks. This article checks the installation commands, default thresholds, event logs and status interfaces against the directory page, README and 1.3.0 source code.
Read MoreAdd Interactive Long-Session Background Agents to DeepSeek Harness with dsh-background-agents
`dsh-background-agents` is a DSH session and messaging plugin maintained by PerryLink (Apache-2.0 license, npm version 0.5.1). It launches resumable background sub-agents on official sub-agent seams, providing five tools including `background_agent`, `bg_message`, `bg_list`, `bg_result`, `bg_stop`, as well as a web sidebar panel. Starting from version v0.5.0, team rooms are also optional. Install via the catalog page: `dsh plugin add github:PerryLink/dsh-background-agents`. It is compatible with DSH 0.1.0-rc.6. The plugin has the same permissions as the current dsh process, so you should check the source code and license before installation.
Read MoreUse qiushi-dsh-evidence-audit to leave a locally verifiable hash chain deposit for DeepSeek Harness
`qiushi-dsh-evidence-audit` is a DSH session and message plugin maintained by 030611 (MIT License, npm version 0.1.0). It only monitors `tools/result` and `session/event`, writes the standardized observation values into a local SHA-256 hash chained JSONL file, and does not store prompts, parameters, results and session IDs in plaintext. Install via the catalog command: `dsh plugin add github:030611/qiushi-dsh-evidence-audit`. Compatibility is only pinned to the tested DSH commit. The plugin has the same permissions as the current dsh process, please check the source code and license before installation.
Read MoreUsing dsh-verification-receipt to Record Round-by-Round Verification Summaries for DeepSeek Harness Agents
`dsh-verification-receipt` is a DeepSeek Harness session and messaging plugin maintained by 030611. After each durable turn/end, it appends a privacy-minimized heuristic execution summary to the local JSONL: tool counts, and lexical verification signals resembling `test/lint/build`. The plugin does not save session original texts, tool parameters or raw session IDs, nor does it prove that tests have been run or that the code is correct. This article verifies the installation command, output format, capability boundaries and precautions based on the directory page and GitHub.
Read MoreAdd a Token Usage Dashboard to the DeepSeek Harness Sidebar with dsh-token-monitor
### 正式翻译(符合海外开源项目文档风格): The `dsh-token-monitor` is a DeepSeek Harness Web extension maintained by zhangzheng25, released under the MIT License. In its current 0.6.0 version, it features a "Today's Usage" card in the sidebar. Clicking the card will display the total token consumption for today, 7 days and 30 days, a 30-day stacked chart of token usage grouped by model, a top 4 usage ranking, and the number of top-tier sessions. All data is idempotently backfilled solely from session logs and persisted locally. The community catalog page still mentions the settings page and 90-day contribution chart, please refer to the repository source code for the latest information.
Read MoreConnect Local DeepSeek Harness to WeChat with dsh-wechat-bridge
### 以下是专业技术翻译版本(适配海外开发者社区表达习惯): dsh-wechat-bridge is a DeepSeek Harness transmission plugin maintained by gtaifu. It uses Tencent's official iLink (WeChat ClawBot/Lobster) channel. Users can connect their local DSH to WeChat via QR code scan: send messages, run tasks, and reply to WeChat messages, without requiring OpenClaw or public network gateways. It is licensed under MIT and has zero runtime dependencies. The directory installation command is `dsh plugin add github:gtaifu/dsh-wechat-bridge`. This article covers its features, installation steps, slash commands, permissions, and known limitations in one place.
Read MoreAdd Official TOU Token Billing for DSH Web with dsh-web-billing
dsh-web-billing is a DeepSeek Harness Web billing plugin maintained by bpc-oss. It charges for each assistant message according to the official policy schedule (including peak-valley pricing starting from August 17, 2026), with the ledger persisted, and displays the session cost and account balance on the interface. It displays ¥ for Chinese users and $ for English users, and the currency can also be forcibly specified. At the same time, it overrides the coding plan and local models according to provider routing to avoid mistakenly applying third-party packages to DeepSeek's peak-valley pricing. This article cross-verifies the installation commands and capability boundaries based on the plugin directory page, GitHub README and official price page.
Read MoreAdd a Real-time Token Dashboard to DeepSeek Harness with dsh-token-panel
### 译文: dsh-token-panel is a DeepSeek Harness session and message plugin maintained by juhe291, which provides a draggable Token dashboard in the lower right corner of the Web UI. It reads DSH's token metering and session projections, and real-time displays context pressure, per-model costs, and daily/monthly usage. It supports peak-valley pricing, inline editing of budget balance, and local JSONL bookkeeping. This article cross-verifies based on the catalog page and GitHub repository version 0.4.7, explaining the installation commands, configuration items, digital caliber, and security precautions.
Read MoreAdd a non-main-session-writing sidechain to DeepSeek Harness using dsh-sidechain
The community plugin `dsh-sidechain` provides `/side` persistent side sessions and `/btw` one-off side questions for DeepSeek Harness, which run in temporary forks while the main session history remains unchanged. This article verifies against the plugin directory page and GitHub README: the maintainer is omdsh-dev, the version is 0.6.4, it is compatible with DSH rc.5 / rc.6, as well as the web sidechain panel, installation commands and isolation boundary.
Read MoreUse dsh-session-deeplink to add shareable URLs to DSH sessions
### 翻译结果(兼顾技术文档的严谨性和自然表达): `dsh-session-deeplink` is a DeepSeek Harness Web client plugin maintained by R3alloc, which generates a shareable URL containing the local session via the `?session=` parameter. This article verifies the following details through the catalog page, GitHub and npm repositories: it is licensed under MIT, with version 0.1.1, and based on dsh 0.1.0-rc.6. It is recommended to install it into the web profile; after restarting dsh web, the session ID will be synchronized to the address bar. It is not a cloud sharing tool, and the target session must already exist in the current session list.
Read MoreUse dsh-plugin-interpreters to let DeepSeek Harness run Python and Node code locally
### 版本1(正式科技文档译法,适配海外开发者语境): The `dsh-plugin-interpreters` is a community plugin for DeepSeek Harness maintained by HuanLinOTO. It exposes two commands `run_python` and `run_node` to the model: it executes code via the native interpreters through stdin, returns the stdout, stderr and exit code, and allows configuring interpreter paths and timeout via the settings page. This article verifies the installation commands, capability boundaries and precautions based on the directory page, GitHub repository and npm package version 0.1.0. ### 版本2(更贴合插件开发者文档的简洁译法): `dsh-plugin-interpreters` is a community plugin for DeepSeek Harness developed and maintained by HuanLinOTO. It provides `run_python` and `run_node` functionalities for the model: it runs code using local interpreters via stdin, returns stdout, stderr and exit code, and supports configuring interpreter paths and timeout in the settings page. This article checks the installation instructions, capability limits and precautions against the directory page, GitHub repo and npm package v0.1.0.
Read MoreConnect DeepSeek Harness to Feishu with dsh-lark-link
### (注:原文存在部分无意义字符串,已保留原样翻译) dsh-lark-link is a community session plugin maintained by amlyczz, which connects DeepSeek Harness to Feishu/Lark. This article verifies the following contents based on the directory page, GitHub README and npm 0.3.3: creating an app via QR code, switching modes with cards, Outbox and inbound WAL, media sending and receiving, and the /doctor diagnostic package. The installation provides the original directory and the npm writing method from README, and explains the default Full access, group chat no need to @, and the boundary of plain text reissuance.
Read MoreImport Historical Sessions Including pi, OpenCode, Codex into DeepSeek Harness Using dsh-import-agents
*dsh-import-agents* is a community-maintained MIT plugin by Chang-Tong. It converts historical chats from Pi, OpenCode, Codex and Claude Code into resumable DeepSeek Harness sessions, and transforms agent/prompt patterns into skills. Its web interface offers one-click sync buttons, slash commands and new session migration prompts. This article verifies installation commands, four source paths, idempotent import and precautions against the directory page and GitHub README.
Read MoreManage Archived Conversations in DeepSeek Harness Settings Page with dsh-archived-conversations
`dsh-archived-conversations` is a DeepSeek Harness community plugin maintained by hxyz486 (MIT license, package version 0.1.2, with 6 stars on both the catalog page and GitHub). It provides an "Archived Conversations" entry on the Web settings page: users can view archived conversations grouped by workspaces, support expanding full text, one-click recovery, clearing archived records, permanently deleting grouped entries and local logs. The installation shall refer to the catalog page: `dsh plugin add github:hxyz486/dsh-archived-conversations`. The plugin runs with the current dsh process permissions, and the log deletion path relies on PowerShell.
Read MoreAdd a answering status pet to the DeepSeek Harness web interface using dsh-answer-pet
dsh-answer-pet is a DSH Web answer status pet framework (MIT, 0.6.0) maintained by Nanki-nn. The pet switches animations between thinking, outputting and tool calling. Its status card summarizes tokens, speed and time consumption, and displays the cropped model trajectory. Its appearance is defined by PetTheme v1, and it has built-in blue whales, orange cats and British Shorthair cats. Install it using the command on the directory page, you need to install it to the Web profile and restart the dsh web.
Read MoreUsing dsh-compaction-instant to transform the context compression of DeepSeek Harness into near-lossless compilation
`dsh-compaction-instant` is a DeepSeek Harness session plugin maintained by KitDoesIt, which replaces the built-in summary engine `compaction-basic` with a deterministic compilation method that does not rely on LLMs. This article checks against the catalog page and GitHub README, covering near-lossless checkpoints, seq readback, three installation methods, as well as the compression ratio and precautions on tool-intensive sessions.
Read MoreManage local sessions uniformly in DeepSeek Harness settings via dsh-archived-sessions
`dsh-archived-sessions` is a DeepSeek Harness Web plugin maintained by Zephyr-vibe. It provides session management in the "Settings" page, featuring archived/unarchived dual tabs, grouping by workspaces, searching by title or ID, supporting archive recovery, non-cascading secure deletion, and opening the session record directory. It is licensed under MIT, with the current version being 0.1.2. This article verifies the installation commands and capability boundaries based on the plugin directory page and GitHub README.
Read MoreUse dsh-side-chat to open a side追问 session next to the DeepSeek Harness main session.
`dsh-side-chat` is a DeepSeek Harness Web plugin maintained by AHGGG: Select text in completed messages, and you can追问 in the independent right sidebar or send the annotated selection back to the main input box without switching the main session. The current npm package `@ahggg/dsh-side-chat@0.6.1` accurately corresponds to dsh 0.1.0-rc.6. Please refer to the community repository for the installation command. The sidebar shares the workspace with the main session, and closing the panel will not undo file changes.
Read MoreIntegrate Codex and Claude Code into resumable DSH sub-agents using dsh-plugin-product-subagents
`dsh-plugin-product-subagents` is a DeepSeek Harness session and messaging plugin maintained by shaokeyibb (MIT License, npm version 0.3.1). It connects ACP CLIs such as Codex, Claude Code, and Cursor/CodeBuddy/Gemini/OpenCode to the dsh sub-agent channel, providing features including resumable subtask chats, remote session recovery, a declarative role library (general/code-review/explore/debug), and delegation permission ceilings. This article verifies the installation commands, six tools and security boundaries against the community directory page, GitHub README and official sub-agent documentation.
Read MoreTracking Balance and Recording Expenses in DeepSeek Harness: deepseek-harness-wallet
The DeepSeek Harness Web plugin maintained by feibi-mochi is licensed under MIT. Next to the input box, it displays the official balance, the current session's expenditure, and the token count; for third-party services, only the token count is counted. The recharge jump link is hardcoded as `platform.deepseek.com/top_up`. The npm version is 0.1.4, and the installation identifier remains `deepseek-harness-wallet`. The directory command is: `dsh plugin add github:feibi-mochi/deepseek-harness-wallet`. The plugin runs with the permissions of the current dsh process; the source code and license should be checked before installation.
Read MorePerform read-only health checks on DeepSeek Harness session files with dsh-session-health
`dsh-session-health` is a DeepSeek Harness session diagnosis plugin maintained by `omdsh-dev`. It performs read-only scans on multi-frame zstd session files under `$DSH_HOME/sessions`, detects torn, corrupted, empty sessions and stray residues, registers the `session_health` tool, and outputs JSON reports. This article verifies the installation commands, detection items and deep mode restrictions against the community directory page, GitHub source code and official Harness documentation.
Read More`dsh-im-gateway: Connect DeepSeek Harness to WeChat, Feishu and Telegram`
### 正式翻译(符合技术文档规范): `dsh-im-gateway` is a DeepSeek Harness session and messaging plugin maintained by *zhuiyueya*, licensed under MIT, with the current version being 0.1.0. It provides an aggregated IM gateway within the `dsh` process, connecting agents to over 20 IM channels including WeChat, Feishu, Telegram, Discord, QQ and others. It supports per-chat session management, remote tool approval and interactive questioning. The community directory installation command is `dsh plugin add github:zhuiyueya/dsh-im-gateway`; for web configuration, you can also use the npm package name with the `--profile web` flag. The plugin runs with the current `dsh` permissions, please verify the source code and license before installation.
Read MoreView Balance and Remaining Tasks at the Session Header with DeepSeek-Harness-billing-plugin
The DSH billing plugin maintained by WilliamLIiii: It uses the official GET /user/balance to display the RMB balance, and estimates how many tasks can still be run based on the historical session usage of V4 Flash/Pro and the peak-valley tariff rate of 2026-08-17. This article checks the catalog page, GitHub source code and DeepSeek price list, and explains the dual-package structure, installation commands, estimation caliber and restrictions such as only RMB/manual refresh.
Read MoreUsing ChatGPT Subscription with dsh-codex in DeepSeek Harness
Maintained by Yan-Zero, dsh-codex connects ChatGPT subscriptions to DeepSeek Harness via OpenAI Codex login: no Platform API Key required, and no modification to Harness source code. This article cross-checks installation commands, OAuth credential isolation, model directories, search/image reading/image generation and usage boundaries against the community directory page, GitHub README and official repository.
Read MoreUsing DeepSeek-Harness-Vision-Tools to Give Pure Text dsh Eyes
The community plugin DeepSeek-Harness-Vision-Tools is maintained by tonyd2wild, licensed under MIT, and has no official affiliation with DeepSeek AI. It uses a vision agent to intercept chat image attachments and analyzes disk files via `analyze_image`, enabling any text model to be paired with any local vision model. This article verifies the installation command, fast/detailed classification, routing configuration and capability boundaries in accordance with the directory page and GitHub README.
Read More# DeepSeek-Harness-UX: Make Long Task Processes of DeepSeek Harness Foldable
deepseek-harness-ux is a community web version of DeepSeek Harness maintained by ayuanwong (licensed under BSD-3-Clause). It packs thinking, commands and tool calls into collapsible process areas, which will automatically collapse after successful execution and remain expanded upon failure. It also optimizes long responses, session search and product entry points. The catalog is categorized by "Sessions and Messages" with `dsh plugin add` provided; the repository notes that this is a complete source code snapshot, which requires Node.js 22.19+/pnpm 11 to start from source code, and cannot be patched into the official dsh.
Read MorePin Agent Runtime to the Top Bar of DeepSeek Harness Session with dsh-hud
### 翻译结果: DSH-HUD is a read-only runtime observation plugin for DeepSeek Harness Web UI, maintained by zexuanw958-svg and licensed under MIT. It integrates model routing, context pressure, Token metrics, latency, background jobs and sub-Agents into the session top bar. Its data comes from existing snapshot/projection, with no polling or prompt occupation. This article checks against the directory page and GitHub repository, explaining the installation commands, interface fields, Web profile restrictions and differences between identically named repositories.
Read MoreUse billion-context-dsh to let the model handle the context compression of DeepSeek Harness by itself
### 正式翻译: billion-context-dsh is a DSH session plugin maintained by Tyan66666, which implements Active Context Pruning as a CompactionEngine backend: the model calls `compress` to generate its own summaries, and the automatic strategy only nudges. The original text remains in the session log, and decompression and search are both supported. This article verifies the installation commands, mounting methods and differences from the built-in automatic compression according to the directory page, GitHub and npm v0.2.2.
Read MoreUse dsh-plugin-session-delete to permanently delete sessions in DeepSeek Harness
`dsh-plugin-session-delete` is a DeepSeek Harness session and message plugin maintained by lsz-asd. It adds a header trash button and a sidebar "Delete Session" menu to the web interface, and deletes session logs, projection caches and workspace bookkeeping after confirming the risk. The running session will be stopped first before deletion, and the `workbench_session_delete` tool is provided. The installation command is `dsh plugin add github:lsz-asd/dsh-plugin-session-delete`, and the current version is 0.3.1. The plugin runs with the permissions of the current dsh process, and the source code and license should be checked before installation.
Read MoreCheck Balance and Current Session Cost in DeepSeek Harness Webpage with dsh-balance-meter
### 译文: dsh-balance-meter is a DSH web browser extension maintained by Ghost011118. It displays the DeepSeek account balance and the estimated cost of the current session below the input box. This article verifies the official balance API, automatic pricing based on Flash/Pro plans, peak-valley unit price crawling, installation commands and credential configuration according to the community directory and GitHub. It is suitable for monitoring quota when running Agents on web pages.
Read MoreAdd Git-style milestone navigation bar to DeepSeek Harness sessions with dsh-milestone
`dsh-milestone` is a DeepSeek Harness Web plugin maintained by SnowCrescenter-tech. It draws a Git-style dot timeline on the right side of the conversation: each dot represents one query, and you can hover to view details such as the round, time consumption, TTFT, model and tokens, and click to jump. It supports search, bookmarks, keyboard navigation and `#msg=` deep links. The directory installation command is `dsh plugin add github:SnowCrescenter-tech/dsh-milestone`. The current version is 0.6.0, under MIT license. The plugin runs with the permissions of the current dsh process, and the search scope is limited to the loaded message windows.
Read MoreAdd a focused reading view to DeepSeek Harness web sessions with dsh-focus-chat
### 翻译版本1(正式技术文档译法): dsh-focus-chat is a DeepSeek Harness Web GUI plugin maintained by dingyi222666. It adds a "Focused Chat" tab to conversations, folds assistant responses into collapsible summary rows, and lets users focus only on final deliverables such as thinking time consumption, commands and file changes. This article covers the table of contents, installation commands verified on GitHub and npm, capability boundaries and precautions. ### 翻译版本2(更贴合开源项目文档风格): dsh-focus-chat is a DeepSeek Harness Web GUI plugin maintained by dingyi222666. This plugin introduces a "Focused Session" tab to the chat interface, collapses assistant replies into expandable summary lines, and filters out irrelevant content to only highlight final deliverables including thinking duration, executed commands and file modification records. The article covers the table of contents, verified installation commands from GitHub and npm, as well as the plugin's capability boundaries and usage notes.
Read MoreExport DeepSeek Harness conversations to images or Markdown with dsh-share
dsh-share is a DeepSeek Harness session and message plugin maintained by hellodigua. It allows users to select single-round or multi-round Q&A content on the web interface and export it as PNG or Markdown. The current version is 0.3.0, and it is licensed under MIT. It can be installed with the command `dsh plugin add github:hellodigua/dsh-share` on the directory page, and for Web Profile, it is recommended to use `dsh plugin --profile web add dsh-share`. Before exporting, users can adjust the width and font size, and hide the thinking and tool processes. Please note to distinguish it from the same-named local area network sharing plugin zljr/dsh-share; the community directory is not an official app store.
Read MoreAdd Branched Editing and Timeline to DeepSeek Harness Sessions with dsh-message-edit
`dsh-message-edit` is a DeepSeek Harness session and message plugin maintained by Moeblack. It uses event sourcing to enable branch-style message editing: it allows modifying finalized user texts, thought blocks and replies, and supports regeneration, arbitrary round retries and version timelines. Each operation creates a new session branch before the target round, while the original session is retained and can be switched back to; it does not rewrite history or roll back workspace files. The current npm version is 0.2.3, which requires a web profile. The directory page installation command is `dsh plugin add github:Moeblack/dsh-message-edit`.
Read MoreUse dsh-data-agent to connect DeepSeek Harness to databases for SQL writing and iteration
### 译文版本1(正式学术/技术文档风格): DSH-Data-Agent is a DeepSeek Harness community plugin maintained by omdsh-dev, which provides session-level database connections and "data schema" presets. After connecting to databases such as MySQL, PostgreSQL, and SQLite, the model will retrieve table structures, write and execute SQL statements, and then continue to adjust based on error reports or execution results. This article verifies the installation commands, usage of Web UI/dsh-tui, and security boundaries such as read-only mode in accordance with the plugin directory page, GitHub README, and npm package version 0.0.9. ### 译文版本2(适配国内技术社区译法,更自然流畅): DSH-Data-Agent is a DeepSeek Harness community plugin maintained by omdsh-dev. It offers session-level database connection capabilities and pre-configured "data schema" templates. Once connected to MySQL, PostgreSQL, SQLite and other databases, the model will automatically inspect table structures, generate and run SQL queries, then refine its approach based on error messages or execution results. This article cross-checks the installation commands, Web UI and dsh-tui usage methods, as well as security boundaries like read-only mode against the plugin's directory page, GitHub README and npm package version 0.0.9.
Read MoreImport Historical Sessions Such as Claude Code and Codex into DeepSeek Harness Using dsh-chat-import
dsh-chat-import is a DeepSeek Harness session and message plugin (MIT License, current version 0.5.1) maintained by Nwflower. It can read-only import historical conversations from 14 sources including Claude Code, Codex, ChatGPT, Cursor, Gemini, Reasonix and Kimi into resumable dsh sessions, and supports export, bundle backup and slash command handover. This article verifies the installation commands, usage and permission precautions based on the community directory page and GitHub repository.
Read MoreUsing dsh-context to See What's Inside the DeepSeek Harness Context Window
`dsh-context` is a DSH session and messaging plugin maintained by bowenliang123. It provides a Context tab in the Web UI and the `/context` command, which displays six types of context components, requests by history, cropped and pruned events, and currently visible messages for the model. The directory installation command is `dsh plugin add github:bowenliang123/dsh-context`, and the README also provides the command `dsh plugin --profile web add dsh-context`. Licensed under Apache-2.0, it is oriented towards the web profile. The plugin runs with the permissions of the current dsh process, and you should check the source code and license before installation.
Read MoreAdd Conversation and Workspace Rollback to DeepSeek Harness with dsh-turn-rewind
DSH-Turn-Rewind is a DeepSeek Harness session plugin maintained by Anionex. It anchors workspace restore points based on user messages, allows rolling back files when the agent deviates from the intended workflow, and optionally restarts the conversation from that turn. This article verifies the installation command, two recovery modes, the security boundary of Change Ledger, and the limitation that version 0.1 only supports regular Git worktrees through the catalog page and GitHub.
Read MoreAutomatically Select Inference Modes for DeepSeek Harness Using dsh-router-standard
`dsh-router-standard` is a DSH session preset maintained by yjh051108 (MIT License, v0.2.0). It selects a mode based on the task before the first round of requests: the `standard` mode restores the RL interface and follows the think-act loop, while the `spec` mode enables deep thinking; behind this are the three bands of `spec/mixed/react`. It supports persona, first-round tool injection and agent parameter tuning. The directory command is `dsh plugin add github:yjh051108/dsh-router-standard`, and it needs to be copied to `~/.dsh/.agent-presets/` to enable. The community directory is not an official store, and plugins run with the current DSH permissions.
Read MoreBuild DeepSeek Harness into a local AI work desktop with deepseek-harness-desktop-app
The deepseek-harness-desktop app maintained by vibeinging is a local AI working desktop built on DeepSeek Harness, which integrates Sessions, projects, files, Git Worktrees, online research and Office outputs into an Electron application. This article verifies through the community directory page and GitHub README that it is not a shell wrapper of DSH Web. The directory page can be installed via `dsh plugin add`, and the full workbench requires Node.js 24 to start locally. Meanwhile, it organizes platform support, data directory and current functional boundaries.
Read More